|
|
|
|
ContentsClass Class |
ContentsClass Class (Softelvdm.SftTabsNET Namespace)
An instance of the ContentsClass class is used to serialize the contents of the tab control.
There is only one instance of the ContentsClass object for one SftTabs/NET control. It is accessed using the control's Contents property.
VB |
Public Class ContentsClass Inherits Object |
C# |
public class ContentsClass : Object |
C++ |
public ref class ContentsClass : public Object |
Public |
Fields |
||||
Protected |
Constructors |
Properties |
Fields |
|
Description |
|
none | This class cannot be instantiated. |
Description | |
Defines the XML document representing the contents of the tab control. | |
Description | |
Equals | Determines whether the specified Object is equal to the current Object. |
GetHashCode | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
GetType | Gets the Type of the current instance. |
ReferenceEquals | Determines whether the specified Object instances are the same instance. |
ToString | Returns a String that represents the current Object. |
Description | |
Occurs when a property of a ContentsClass instance is modified. | |
Description | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone | Creates a shallow copy of the current Object. |
See Also Softelvdm.SftTabsNET Namespace